.gysgsWrap{
    width: 100%;
    min-height: 600px;
}
.gysgsWrap>div{
    width: 1200px;
    min-height:600px;
    margin:0 auto;
    background-color: #fff;
    padding:16px;
}
.gysgsWrap>div .gysgsTab{
    height: 42px;
    border-bottom: 3px solid #0082df;
}
.gysgsWrap>div .gysgsTab li{
    background: #f5f5f5;
    border-radius: 10px 10px 0 0;
    width: 160px;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-right: 6px;
    cursor: pointer;
}
.gysgsWrap .gysgsCont{
    width: 100%;
}
.gysgsWrap .gysgsCont form{
    height: 115px;
    padding:30px 0;
}
.gysgsWrap .noticeList{
    min-height:785px;
    padding:16px;
}
.gysgsWrap .noticeList .noticeTitle{
    height: 50px;
    line-height: 50px;
    background-color: #F5F5F5;
    font-size: 14px;
    font-weight: 600;
    color: #3e464c;
    padding:0 20px;
    border-bottom: 1px solid #E5E5E5;
}
.gysgsWrap .noticeList .noticeTitle:hover{
    background-color:#F5F5F5;
    color:#3e464c;
}
.gysgsWrap .noticeList .noticeTitle span{
    width: 30%;
}
.gysgsWrap .noticeList .noticeListUl{
    min-height: 450px;
}
.gysgsWrap .noticeList .noticeListUl li{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #3e464c;
    padding:0 20px;
    border-bottom: 1px solid #E5E5E5;
}
.gysgsWrap .noticeList .noticeListUl li span,.gysgsWrap .noticeList .noticeTitle span{
    float: left;
    text-align: center;
}

.gysgsWrap .noticeList .noticeListUl li span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 30%;
}
.gysgsWrap .noticeList .noticeListUl li span:nth-of-type(1),.gysgsWrap .noticeList .noticeTitle span:nth-of-type(1){
    width: 5%;
}
.gysgsWrap .noticeList .noticeListUl li span:nth-of-type(4),.gysgsWrap .noticeList .noticeTitle span:nth-of-type(4){
    width: 10%;
}
.gysgsWrap .noticeList .noticeListUl li span:nth-of-type(5),.gysgsWrap .noticeList .noticeTitle span:nth-of-type(5){
    width: 10%;
}
.gysgsWrap .noticeList .noticeListUl li span:nth-of-type(6),.gysgsWrap .noticeList .noticeTitle span:nth-of-type(6){
    width: 15%;
}
.gysgsWrap .noticeList .noticeListUl li span:nth-of-type(6){
    color:#0082df;
    cursor: pointer;
}
.gysgsWrap .noticeList .noticeListUl li:hover{
    background-color:#edf6fc;
    color:#167AE0;
}
.gysgsWrap .layui-form-label{
    width: 107px!important;
}
.gysgsWrap .layui-input, .layui-textarea,.gysgsWrap .layui-form-select{
    width: 220px!important;
}
.gysgsWrap .noticeList .noticeListUl li span.lineShow{
    background: unset;
    text-align: center;
}

